home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / gag / MouseBounce.lha / MouseBounce / makefile < prev    next >
Makefile  |  1989-04-30  |  117b  |  6 lines

  1. all : MouseBounce
  2.  
  3. MouseBounce : MouseBounce.c
  4.               cc +l -s MouseBounce
  5.               ln MouseBounce -lc32
  6.